home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11yt.zip / RNEWS / HISTORY.H < prev    next >
C/C++ Source or Header  |  1992-11-13  |  355b  |  18 lines

  1. #define H_VERSION "ZIP1"
  2.  
  3.  
  4. extern char *hb1;
  5. extern char *hb2;
  6. extern char *hb3;
  7. extern char *hb4;
  8. extern char *hb5;
  9. extern char *hb6;
  10. extern char *hb7;
  11. extern char *hb8;
  12.  
  13.  
  14. boolean history_exists(void);
  15. FILE *open_history(char *history_date);
  16. FILE *create_history(char *history_date);
  17. boolean is_in_history(FILE *hfile, char *messageID);
  18.